home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / drucker / lexmark / optrae / windows / optraewi.exe / LINHELP.ZIP / HELP.LIN
INI File  |  1995-09-13  |  2KB  |  70 lines

  1. [Variables]
  2. ;
  3. ; This file does not contain any text that needs to be translated.
  4. ;
  5.  
  6.  
  7. $HelpFileName = "linstall.hlp"
  8.  
  9.  
  10. ;
  11. ; Help context pages
  12. ;
  13. $HelpID_Introduction = "10"
  14. $HelpID_CancelAndAbort = "15"
  15. $HelpID_About = "17"
  16. $HelpID_Contents = "20"
  17. $HelpID_SelectInstallation = "30"
  18. $HelpID_CustomInstallation = "40"
  19. $HelpID_ServerInstallation = "45"
  20. $HelpID_ChooseMarkVisionDir = "50"
  21. $HelpID_ChooseServerDir = "53"
  22. $HelpID_ChooseNetworkDir = "57"
  23. $HelpID_PrinterPort = "60"
  24. $HelpID_TestConnection = "70"
  25. $HelpID_InsertDisk = "80"
  26. $HelpID_InstallInProgress = "90"
  27. $HelpID_ConfirmReplace = "100"
  28. $HelpID_ConfirmSettingsReplace = "105"
  29. $HelpID_DefaultPrinter = "110"
  30. $HelpID_DefaultDriver = "115"
  31. $HelpID_TestDriver = "120"
  32. $HelpID_MVCreateItem = "130"
  33. $HelpID_MVStartUpGroup = "135"
  34. $HelpID_RestartWindows = "140"
  35. $HelpID_CannotRestartWindows = "145"
  36. $HelpID_UncopiedFiles = "150"
  37. $HelpID_ChooseNetsForServer = "160"
  38. $HelpID_WorkstationInstall = "300"
  39. $HelpID_AdminNotes = "310"
  40. $HelpID_RemoteMarkVision = "320"
  41. $HelpID_IsInfrared = "500"
  42. $HelpID_ExitNoMVQ = "510"
  43. $HelpID_SelectIRPort = "520"
  44. $HelpID_SelectIRPrinters = "530"
  45. $HelpID_SelectIRDevice = "540"
  46. $HelpID_Trademarks = "999"
  47.  
  48. $HELPIDMAIN = $HelpID_Contents
  49. $HELPIDCUSTOM = $HelpID_CustomInstallation
  50. $HELPIDREPLACE = $HelpID_ConfirmReplace
  51. $HELPIDSWAP = $HelpID_InsertDisk
  52. $HELPIDTRADEMARKS = $HelpID_Trademarks
  53. $HELPIDUNCOPIEDFILES = $HelpID_UncopiedFiles
  54. $HELPIDRESTARTOS = $HelpID_RestartWindows
  55. $HELPIDFAILREBOOT = $HelpID_CannotRestartWindows
  56. $HELPIDSETTINGSFILE = $HelpID_ConfirmSettingsReplace
  57. $HELPIDSERVERDIR = $HelpID_ChooseServerDir
  58.  
  59.  
  60.  
  61.  
  62. [Macros]
  63.  
  64. Initialize()
  65.     (
  66.     ; Set the full pathname for the help file
  67.     MakePathName($HELPFILE, , $INSTALLBINDIR, $HelpFileName)
  68.     )
  69.  
  70.